Describes explicit and implicit linking to a dll 描述與dll的顯式鏈接和隱式鏈接。
Attribute to disable implicit link demands 屬性來禁用隱式鏈接要求。
Implicit link process definition 隱含鏈結處理定義
A process using implicit linking is also terminated if any of the dlls it is linked to have a dllmain function that fails 如果一個使用隱式連接的過程在開始時找不到dll ,將被系統終止。
With implicit linking , the executable using the dll links to an import library ( . lib file ) provided by the maker of the dll 使用隱式連接時,可執行部分將dll連接到一個輸入庫( lib文件) 。
Note implicit linking is sometimes referred to as static load or load - time dynamic linking . explicit linking is sometimes referred to as dynamic load or run - time dynamic linking 隱式連接有時指靜態載入或載入時動態連接。顯式連接有時指動態載入或運行時動態連接。